-
Notifications
You must be signed in to change notification settings - Fork 5.9k
fix(workflows): docs-preview and npm job #5042
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✨ code-server docs for PR #5042 is ready! It will be updated on every commit.
|
Codecov Report
@@ Coverage Diff @@
## main #5042 +/- ##
=======================================
Coverage 71.30% 71.30%
=======================================
Files 30 30
Lines 1683 1683
Branches 373 373
=======================================
Hits 1200 1200
Misses 413 413
Partials 70 70 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Handy!
* fix(ci): add GITHUB_TOKEN to docs-preview workflow * feat(ci): comment npm dev build instructions on PR
This includes the
GITHUB_TOKEN
on thedocs-preview.yaml
workflow, which should fix it on forks I believe. I also added a step to thenpm
job to comment instructions for how to test the PR locally.Fixes N/A